type github.com/jackc/pgx/v5/pgtype.wrapIntEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1472: 		return &wrapIntEncodePlan{}, intWrapper(value), true
		pgtype.go#L1556: type wrapIntEncodePlan struct {
		pgtype.go#L1560: func (plan *wrapIntEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1562: func (plan *wrapIntEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {